/*Created by lk on 2020/07/29.*/

/*----banner----*/
.banner{width: 100%; position: fixed; top: 0; overflow: hidden}
.banner .swiper-slide{width: 100%; height: 100%}
.banner .img{width: 100%; height: 100%; background-position: center; background-size: cover}

.banner .txt{position: absolute; left: 10%; top: 40%; z-index: 2}
.banner .txt h1{font-size: 38px; letter-spacing: 4px; color: #fff; font-weight: bold; text-shadow: 1px 1px 2px #000; margin-bottom: 4px; transform: translateX(80px); -webkit-transform: translateX(80px); opacity: 0; transition: all ease .4s .8s; -webkit-transition: all ease .4s .8s}
.banner .txt p{font-size: 28px; color: #fff; text-shadow: 1px 1px 2px #000; transform: translateX(80px); -webkit-transform: translateX(80px); opacity: 0; transition: all ease .4s 1s; -webkit-transition: all ease .4s 1s;}

.banner .swiper-slide-active .txt h1{transform: translateX(0); -webkit-transform: translateX(0); opacity: 1}
.banner .swiper-slide-active .txt p{transform: translateX(0); -webkit-transform: translateX(0); opacity: 1}

.banner .banner_arrow{width: 140px; height: 164px; background: url("../image/ico05.png") no-repeat; position: absolute; right: 0; bottom: 0; margin: 0 60px 60px 0; z-index: 9}

.bg_mark{width: 100%; height: 100%; background: rgba(0,0,0,.1) url("../image/makr_bg.png") repeat; position: absolute; top: 0; left: 0;}

.mark{width: 100%; height: 820px; position: relative;}

.banner .swiper-slide-active .img{animation: zoom 9s linear; -webkit-animation: zoom 9s linear; animation-fill-mode: forwards; -webkit-animation-fill-mode: forwards}

@keyframes zoom {
    0%{transform: scale(1.2)}
    100%{transform: scale(1)}
}
@-webkit-keyframes zoom {
    0%{transform: scale(1.2)}
    100%{transform: scale(1)}
}


/*----content----*/
.content{position: relative; background: #fff; z-index: 3}

.title{padding-bottom: 40px;}
.title .title_left h1{font-size: 46px; color: #dedede; font-weight: bold; margin-bottom: 50px; letter-spacing: 2px; font-family: 'dincond_medium';}
.title .title_left h1 i{display: block; font-size: 24px; color: #282828; font-style: normal; margin-top: -20px; letter-spacing: 0}
.title .title_right{width: 70%; text-align: right; padding-top: 30px; font-size: 0;}
.title .title_right a{display: inline-block; font-size: 13px; color: #fff; margin-left: 2px; padding: 8px 24px; background: #03004c; border: 1px solid #dedede; transition: all ease .5s; -webkit-transition: all ease .5s}
.title .title_right a.on{background: #ff6803; color: #fff;}
.title .title_right a:hover{background: #ff6803; color: #fff;}


/*----list01----*/
.list01{position: relative; padding: 100px 0 40px 0;}

.list01 .list01_left{width: 45%; margin-right: 5%;}
.list01 .list01_left .img{width: 100%; height: 320px; margin-bottom: 20px; overflow: hidden}
.list01 .list01_left .img img{width: 100%;}
.list01 .list01_left h1{font-size: 18px; color: #181818; margin-bottom: 10px;}
.list01 .list01_left p{font-size: 14px; color: #666; line-height: 24px;}


.list01 .list01_right{width: 50%;}
.list01 .list01_right .list{list-style: none}
.list01 .list01_right .list li{position: relative; float: left; padding: 14px 0; margin-right: 30px; margin-bottom: 20px; font-size: 14px; color: #333; font-weight: bold; cursor: pointer}
.list01 .list01_right .list li span{position: absolute; top: 0; left: 0; width: 0; height: 3px; background: #ff6803; transition: all .4s; -webkit-transition: all .4s}
.list01 .list01_right .list li:hover span{width: 100%}
.list01 .list01_right .list .in span{width: 100%}

.list01 .list01_right .list01_con{display: none; margin-left: 60px; opacity: 0; animation: left 1s forwards; -webkit-animation: left 1s forwards}
.list01 .list01_right .list01_con.active{display: block; margin-left: 0; opacity: 1}
.list01 .list01_right .list01_con .news_link{margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px dotted #f0f0f0;}
.list01 .list01_right .list01_con .news_link h6{font-size: 20px; color: #ff6803; margin-bottom: 12px; font-weight: bold; font-family: 'Montserrat-Light'}
.list01 .list01_right .list01_con .news_link h1{font-size: 17px; color: #666; font-weight: normal; margin-bottom: 6px; position: relative; transition: all .4s; -webkit-transition: all .4s}
.list01 .list01_right .list01_con .news_link h1:before{content: ""; display: block; width: 0; height: 2px; background: #999; position: absolute; top: 50%; left: 0; transition: all .4s; -webkit-transition: all .4s}
.list01 .list01_right .list01_con .news_link p{font-size: 13px; color: #999; line-height: 24px; margin-bottom: 10px}
.list01 .list01_right .list01_con .news_link span{width: 100px; color: #999; background: url("../image/eye.png") no-repeat 0 2px; padding-left: 30px; font-family: 'Montserrat-Light'}

.list01 .list01_right .list01_con .news_link:hover h1{padding-left: 40px; color: #ff6803}
.list01 .list01_right .list01_con .news_link:hover h1:before{width: 36px}

@keyframes left {
    0%{margin-left: 60px; opacity: 0}
    100%{margin-left: 0; opacity: 1}
}

@-webkit-keyframes left {
    0%{margin-left: 60px; opacity: 0}
    100%{margin-left: 0; opacity: 1}
 }


/*----list02----*/
.list02{position: relative; padding: 140px 0; background: url("../image/img02.jpg") no-repeat 400px 0 fixed;}
.list02:before{content: ""; display: block; width: 50%; height: 100%; position: absolute; top: 0; left: 0; background: #f0f0f0;}

.list02 .list02_left{width: 50%; padding: 60px; background: #f0f0f0;}
.list02 .list02_left h1{font-size: 52px; color: #dedede; font-weight: bold; margin-bottom: 50px; letter-spacing: 2px; font-family: 'dincond_medium';}
.list02 .list02_left h1 i{display: block; font-size: 24px; color: #282828; font-style: normal; margin-top: -20px;}
.list02 .list02_left p{font-size: 13px; color: #333; line-height: 28px; margin-bottom: 50px;}

.list02 .list02_right{width: 50%; padding-top: 36px;}
.list02 .list02_right .list01_video{width: 100%; height: 100%; outline: none}


/*----list03----*/
.list03{position: relative; padding: 60px 0;}

.list03 .list03_con{}
.list03 .list03_con .li{padding: 0 5px;}
.list03 .list03_con .li .img{width: 100%; overflow: hidden}
.list03 .list03_con .li .img img{width: 100%; transition: all ease-in-out .4s; -webkit-transition: all ease-in-out .4s}
.list03 .list03_con .li .t{padding: 8px 0; text-align: center}
.list03 .list03_con .li .t h1{font-size: 14px; color: #333;}

.list03 .list03_con .li:hover .img img{transform: scale(1.1); -webkit-transform: scale(1.1)}


/*----list04----*/
.list04{padding: 60px 0; background: url("../image/img04.jpg") repeat;}
.list04 .list04_left{width: 45%; margin-left: 5%}
.list04 .list04_left .title{padding-bottom: 20px; text-align: right}
.list04 .list04_left .title .title_left{float: right}
.title .title_left h1{margin-bottom: 20px;}
.list04 .list04_left .txt{}
.list04 .list04_left .txt p{font-size: 14px; color: #282828; line-height: 28px; margin-bottom: 40px;}
.list04 .list04_left .txt h1{font-size: 20px; color: #181818;}
.list04 .list04_left .txt h6{font-size: 13px; color: #666; font-family: 'Montserrat-Light'}

.list04 .list04_right{width: 50%;}
.list04 .list04_right .li{width: 100%; overflow: hidden}
.list04 .list04_right .li img{width: 100%}



.a_link{position: relative; width: 120px; padding: 6px 0; text-align: center; border: 1px solid #fff; margin: 40px 0 0 0; background: #03004c}
.a_link:before{content: ""; display: block; width: 0; height: 100%; background: #ff6803; position: absolute; top: 0; left: 0; transition: all ease .4s; -webkit-transition: all ease .4s;}
.a_link i{font-size: 13px; color: #fff; line-height: 24px; font-style: normal; position: relative; z-index: 2; font-family: 'novecentowide-book'; transition: all ease .4s; -webkit-transition: all ease .4s;}
.a_link:hover:before{width: 100%}










